division for division by a single number



	   xxxxxx
		y



from left to right
divide single digit
if the top line is less, move to next column
carry any excess value over to the next column




	100
	  3



	
	100
	3

	100
	 3
		10/3 = 3 and value of 1 carried over

	  1
	100
	  3
		10/3 = 33 and value of 1 carried over to decimal places




